Produced by Araxis Merge on 2023-07-12 04:43:11 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Porto v4.0.5/Theme Files/Porto Theme/app/design/frontend/Smartwave/porto/web/css/source | _theme.less | 2021-02-04 08:05:16 +0000 |
| 2 | Porto v4.0.6/Theme Files/Porto Theme/app/design/frontend/Smartwave/porto/web/css/source | _theme.less | 2021-02-04 08:05:16 +0000 |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 1 | 956 |
| Changed | 0 | 0 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | Consecutive whitespace is treated as a single space |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
| Active line-pairing rules |
No regular expressions were active.
| 1 | // /** | 1 | // /** | |||
| 2 | // * Copyright © 2015 Magento. All rights reserved. | 2 | // * Copyright © 2015 Magento. All rights reserved. | |||
| 3 | // * See COPYING.txt for license details. | 3 | // * See COPYING.txt for license details. | |||
| 4 | // */ | 4 | // */ | |||
| 5 | 5 | |||||
| 6 | // | 6 | // | |||
| 7 | // Porto theme overrides | 7 | // Porto theme overrides | |||
| 8 | // _____________________________________________ | 8 | // _____________________________________________ | |||
| 9 | 9 | |||||
| 10 | // Theme file should contain declarations (overrides) ONLY OF EXISTING variables | 10 | // Theme file should contain declarations (overrides) ONLY OF EXISTING variables | |||
| 11 | // Otherwise this theme won't be available for parent nesting | 11 | // Otherwise this theme won't be available for parent nesting | |||
| 12 | // All new variables should be placed in local theme lib or local theme files | 12 | // All new variables should be placed in local theme lib or local theme files | |||
| 13 | 13 | |||||
| 14 | @rtl: false; | 14 | @rtl: false; | |||
| 15 | 15 | |||||
| 16 | // | 16 | // | |||
| 17 | // Layout grid | 17 | // Layout grid | |||
| 18 | // --------------------------------------------- | 18 | // --------------------------------------------- | |||
| 19 | 19 | |||||
| 20 | @layout__max-width: 1140px; | 20 | @layout__max-width: 1140px; | |||
| 21 | 21 | |||||
| 22 | @total-columns: 12; | 22 | @total-columns: 12; | |||
| 23 | 23 | |||||
| 24 | // Variables for layout columns | 24 | // Variables for layout columns | |||
| 25 | @layout-column__sidebar-width: 3; | 25 | @layout-column__sidebar-width: 3; | |||
| 26 | 26 | |||||
| 27 | // Checkout columns width | 27 | // Checkout columns width | |||
| 28 | @layout-column-checkout__width-left: 4; | 28 | @layout-column-checkout__width-left: 4; | |||
| 29 | 29 | |||||
| 30 | // | 30 | // | |||
| 31 | // Typography | 31 | // Typography | |||
| 32 | // --------------------------------------------- | 32 | // --------------------------------------------- | |||
| 33 | 33 | |||||
| 34 | @theme-color: #08c; | 34 | @theme-color: #08c; | |||
| 35 | @base-font-family: 'Open Sans',Arial,Helvetica,sans-serif; | 35 | @base-font-family: 'Open Sans',Arial,Helvetica,sans-serif; | |||
| 36 | @base-font-size: 1em; | 36 | @base-font-size: 1em; | |||
| 37 | @base-line-height: 1.42857143; | 37 | @base-line-height: 1.42857143; | |||
| 38 | @base-font-color: #777; | 38 | @base-font-color: #777; | |||
| 39 | @_link-color: @theme-color; | 39 | @_link-color: @theme-color; | |||
| 40 | @_link-color-visited: @theme-color; | 40 | @_link-color-visited: @theme-color; | |||
| 41 | @_link-color-hover: @theme-color; | 41 | @_link-color-hover: @theme-color; | |||
| 42 | @_link-color-active: @theme-color; | 42 | @_link-color-active: @theme-color; | |||
| 43 | 43 | |||||
| 44 | @enable_border_radius: true; | 44 | @enable_border_radius: true; | |||
| 45 | 45 | |||||
| 46 | @font-size__base: @base-font-size; | 46 | @font-size__base: @base-font-size; | |||
| 47 | @primary__color: @base-font-color; | 47 | @primary__color: @base-font-color; | |||
| 48 | @link__color: @theme-color; | 48 | @link__color: @theme-color; | |||
| 49 | @link__hover__color: @link__color; | 49 | @link__hover__color: @link__color; | |||
| 50 | @link__active__color: @link__color; | 50 | @link__active__color: @link__color; | |||
| 51 | 51 | |||||
| 52 | @button__font-size: 14px; | 52 | @button__font-size: 14px; | |||
| 53 | @button-primary__background: @theme-color; | 53 | @button-primary__background: @theme-color; | |||
| 54 | @button-primary__border: 1px solid @theme-color; | 54 | @button-primary__border: 1px solid @theme-color; | |||
| 55 | @button-primary__hover__background: @theme-color; | 55 | @button-primary__hover__background: @theme-color; | |||
| 56 | @button-primary__hover__border: 1px solid @theme-color; | 56 | @button-primary__hover__border: 1px solid @theme-color; | |||
| 57 | 57 | |||||
| 58 | @body_background-color: #fff; | 58 | @body_background-color: #fff; | |||
| 59 | 59 | |||||
| 60 | // Fonts | 60 | // Fonts | |||
| 61 | @icons__font-path: '@{baseDir}icon-fonts/font/porto-icons'; | 61 | @icons__font-path: '@{baseDir}icon-fonts/font/porto-icons'; | |||
| 62 | @icons__font-name: 'porto-icons'; | 62 | @icons__font-name: 'porto-icons'; | |||
| 63 | @font-size__base: 1em; | 63 | @font-size__base: 1em; | |||
| 64 | @line-height__base: 1.4; | 64 | @line-height__base: 1.4; | |||
| 65 | 65 | |||||
| 66 | // Form elements | 66 | // Form elements | |||
| 67 | @form-element-input-placeholder__color: #ddd; | 67 | @form-element-input-placeholder__color: #ddd; | |||
| 68 | @form-element-input__border-color: #ccc; | 68 | @form-element-input__border-color: #ccc; | |||
| 69 | @input-text__font-size: @base-font-size; | 69 | @input-text__font-size: @base-font-size; | |||
| 70 | @form-element-input__border-radius: 6px; | 70 | @form-element-input__border-radius: 6px; | |||
| 71 | @form-element-input__height: 38px; | 71 | @form-element-input__height: 38px; | |||
| 72 | @form-element-input__padding: 10px; | 72 | @form-element-input__padding: 10px; | |||
| 73 | 73 | |||||
| 74 | // Header | 74 | // Header | |||
| 75 | @collapsible-nav-background: #fff; | 75 | @collapsible-nav-background: #fff; | |||
| 76 | 76 | |||||
| 77 | @header-icons-color: @theme-color; | 77 | @header-icons-color: @theme-color; | |||
| 78 | @header-icons-color-hover: @theme-color; | 78 | @header-icons-color-hover: @theme-color; | |||
| 79 | 79 | |||||
| 80 | @header__type1_text-color: #777; | 80 | @header__type1_text-color: #777; | |||
| 81 | @header__type1_link-color: @theme-color; | 81 | @header__type1_link-color: @theme-color; | |||
| 82 | @header__type1_link-hover-color: @theme-color; | 82 | @header__type1_link-hover-color: @theme-color; | |||
| 83 | @header__type1_background-color: #fff; | 83 | @header__type1_background-color: #fff; | |||
| 84 | @header__type1_border-color: @theme-color; | 84 | @header__type1_border-color: @theme-color; | |||
| 85 | @header__type1_top_panel_background-color: #f0f0ed; | 85 | @header__type1_top_panel_background-color: #f0f0ed; | |||
| 86 | @header__type1_top_panel_text-color: #777; | 86 | @header__type1_top_panel_text-color: #777; | |||
| 87 | @header__type1_top_panel_link-color: @theme-color; | 87 | @header__type1_top_panel_link-color: @theme-color; | |||
| 88 | @header__type1_top_panel_link-hover-color: @theme-color; | 88 | @header__type1_top_panel_link-hover-color: @theme-color; | |||
| 89 | @header__type1_top_link_split-color: #ccc; | 89 | @header__type1_top_link_split-color: #ccc; | |||
| 90 | @header__type1_nav_background-color: #f0f0ed; | 90 | @header__type1_nav_background-color: #f0f0ed; | |||
| 91 | @header__type1_nav_text-color: #777; | 91 | @header__type1_nav_text-color: #777; | |||
| 92 | @header__type1_nav_link-color: @theme-color; | 92 | @header__type1_nav_link-color: @theme-color; | |||
| 93 | @header__type1_nav_link-hover-color: #fff; | 93 | @header__type1_nav_link-hover-color: #fff; | |||
| 94 | @header__type1_nav_link-hover-background-color: @theme-color; | 94 | @header__type1_nav_link-hover-background-color: @theme-color; | |||
| 95 | @header__type1_search_box_background-color: #fff; | 95 | @header__type1_search_box_background-color: #fff; | |||
| 96 | @header__type1_search_box_border-color: #ccc; | 96 | @header__type1_search_box_border-color: #ccc; | |||
| 97 | @header__type1_search_box_text-color: #777; | 97 | @header__type1_search_box_text-color: #777; | |||
| 98 | @header__type1_search_box_button-font-color: #777; | 98 | @header__type1_search_box_button-font-color: #777; | |||
| 99 | 99 | |||||
| 100 | @header__type2_text-color: #fff; | 100 | @header__type2_text-color: #fff; | |||
| 101 | @header__type2_link-color: #fff; | 101 | @header__type2_link-color: #fff; | |||
| 102 | @header__type2_link-hover-color: #fff; | 102 | @header__type2_link-hover-color: #fff; | |||
| 103 | @header__type2_background-color: #0083c1; | 103 | @header__type2_background-color: #0083c1; | |||
| 104 | @header__type2_top_panel_background-color: #008acc; | 104 | @header__type2_top_panel_background-color: #008acc; | |||
| 105 | @header__type2_top_panel_text-color: #fff; | 105 | @header__type2_top_panel_text-color: #fff; | |||
| 106 | @header__type2_top_panel_link-color: #fff; | 106 | @header__type2_top_panel_link-color: #fff; | |||
| 107 | @header__type2_top_panel_link-hover-color: #fff; | 107 | @header__type2_top_panel_link-hover-color: #fff; | |||
| 108 | @header__type2_top_link_split-color: rgba(255,255,255,.5); | 108 | @header__type2_top_link_split-color: rgba(255,255,255,.5); | |||
| 109 | @header__type2_nav_background-color: #006fa4; | 109 | @header__type2_nav_background-color: #006fa4; | |||
| 110 | @header__type2_nav_text-color: #fff; | 110 | @header__type2_nav_text-color: #fff; | |||
| 111 | @header__type2_nav_link-color: #fff; | 111 | @header__type2_nav_link-color: #fff; | |||
| 112 | @header__type2_nav_link-hover-color: #99cee8; | 112 | @header__type2_nav_link-hover-color: #99cee8; | |||
| 113 | @header__type2_search_box_background-color: #006393; | 113 | @header__type2_search_box_background-color: #006393; | |||
| 114 | @header__type2_search_box_border-color: rgba(255,255,255,.2); | 114 | @header__type2_search_box_border-color: rgba(255,255,255,.2); | |||
| 115 | @header__type2_search_box_text-color: #ddd; | 115 | @header__type2_search_box_text-color: #ddd; | |||
| 116 | @header__type2_search_box_button-font-color: #fff; | 116 | @header__type2_search_box_button-font-color: #fff; | |||
| 117 | 117 | |||||
| 118 | @header__type3_background-color: #1e1e1e; | 118 | @header__type3_background-color: #1e1e1e; | |||
| 119 | @header__type3_nav_link-color: #fff; | 119 | @header__type3_nav_link-color: #fff; | |||
| 120 | @header__type3_nav_link-hover-color: #fff; | 120 | @header__type3_nav_link-hover-color: #fff; | |||
| 121 | @header__type3_nav_link-hover-background-color: @theme-color; | 121 | @header__type3_nav_link-hover-background-color: @theme-color; | |||
| 122 | @header__type3_top_panel_text-color: #fff; | 122 | @header__type3_top_panel_text-color: #fff; | |||
| 123 | @header__type3_top_panel_link-color: #fff; | 123 | @header__type3_top_panel_link-color: #fff; | |||
| 124 | @header__type3_top_panel_link-hover-color: #fff; | 124 | @header__type3_top_panel_link-hover-color: #fff; | |||
| 125 | @header__type3_top_link_split-color: #101010; | 125 | @header__type3_top_link_split-color: #101010; | |||
| 126 | 126 | |||||
| 127 | @header__type4_background-color: #1e1e1e; | 127 | @header__type4_background-color: #1e1e1e; | |||
| 128 | @header__type4_nav_link-color: #fff; | 128 | @header__type4_nav_link-color: #fff; | |||
| 129 | @header__type4_nav_link-hover-color: #fff; | 129 | @header__type4_nav_link-hover-color: #fff; | |||
| 130 | @header__type4_nav_link-hover-background-color: @theme-color; | 130 | @header__type4_nav_link-hover-background-color: @theme-color; | |||
| 131 | @header__type4_top_panel_text-color: #fff; | 131 | @header__type4_top_panel_text-color: #fff; | |||
| 132 | @header__type4_top_panel_link-color: #fff; | 132 | @header__type4_top_panel_link-color: #fff; | |||
| 133 | @header__type4_top_panel_link-hover-color: #fff; | 133 | @header__type4_top_panel_link-hover-color: #fff; | |||
| 134 | @header__type4_top_link_split-color: #eee; | 134 | @header__type4_top_link_split-color: #eee; | |||
| 135 | 135 | |||||
| 136 | @header__type5_nav_link-color: #3d3734; | 136 | @header__type5_nav_link-color: #3d3734; | |||
| 137 | @header__type5_nav_link-hover-color: #fff; | 137 | @header__type5_nav_link-hover-color: #fff; | |||
| 138 | @header__type5_nav_link-hover-background-color: #3d3734; | 138 | @header__type5_nav_link-hover-background-color: #3d3734; | |||
| 139 | 139 | |||||
| 140 | @header__type6_nav_link-color: #08c; | 140 | @header__type6_nav_link-color: #08c; | |||
| 141 | @header__type6_nav_link-hover-color: #fff; | 141 | @header__type6_nav_link-hover-color: #fff; | |||
| 142 | @header__type6_nav_link-hover-background-color: #08c; | 142 | @header__type6_nav_link-hover-background-color: #08c; | |||
| 143 | @header__type6_top_panel_background-color: #08c; | 143 | @header__type6_top_panel_background-color: #08c; | |||
| 144 | @header__type6_top_panel_text-color: #fff; | 144 | @header__type6_top_panel_text-color: #fff; | |||
| 145 | @header__type6_top_panel_link-color: #fff; | 145 | @header__type6_top_panel_link-color: #fff; | |||
| 146 | @header__type6_top_panel_link-hover-color: #fff; | 146 | @header__type6_top_panel_link-hover-color: #fff; | |||
| 147 | 147 | |||||
| 148 | 148 | |||||
| 149 | @header__background-color: @header__type1_background-color; | 149 | @header__background-color: @header__type1_background-color; | |||
| 150 | @header__border-color: @header__type1_border-color; | 150 | @header__border-color: @header__type1_border-color; | |||
| 151 | @header-panel__background-color: @header__type1_top_panel_background-color; | 151 | @header-panel__background-color: @header__type1_top_panel_background-color; | |||
| 152 | @header-panel__text-color: @header__type1_top_panel_text-color; | 152 | @header-panel__text-color: @header__type1_top_panel_text-color; | |||
| 153 | @header__top_link_split-color: @header__type1_top_link_split-color; | 153 | @header__top_link_split-color: @header__type1_top_link_split-color; | |||
| 154 | 154 | |||||
| 155 | // Minicart | 155 | // Minicart | |||
| 156 | @minicart-icons-color: @theme-color; | 156 | @minicart-icons-color: @theme-color; | |||
| 157 | @minicart-icons-color-hover: @minicart-icons-color; | 157 | @minicart-icons-color-hover: @minicart-icons-color; | |||
| 158 | @minicart__border-color: #eee; | 158 | @minicart__border-color: #eee; | |||
| 159 | @minicart__text-color: @base-font-color; | 159 | @minicart__text-color: @base-font-color; | |||
| 160 | 160 | |||||
| 161 | @header-type1-minicart__icon_color: @theme-color; | 161 | @header-type1-minicart__icon_color: @theme-color; | |||
| 162 | @header-type1-minicart__qty_color: #fff; | 162 | @header-type1-minicart__qty_color: #fff; | |||
| 163 | @header-type1-minicart-qty__height: 24px; | 163 | @header-type1-minicart-qty__height: 24px; | |||
| 164 | @header-type2-minicart__icon_color: #fff; | 164 | @header-type2-minicart__icon_color: #fff; | |||
| 165 | @header-type2-minicart__qty_color: #000; | 165 | @header-type2-minicart__qty_color: #000; | |||
| 166 | @header-type2-minicart-qty__height: 24px; | 166 | @header-type2-minicart-qty__height: 24px; | |||
| 167 | @header-type3-minicart__background_color: #101010; | 167 | @header-type3-minicart__background_color: #101010; | |||
| 168 | @header-type3-minicart__icon_color: #fff; | 168 | @header-type3-minicart__icon_color: #fff; | |||
| 169 | @header-type3-minicart__qty_color: #fff; | 169 | @header-type3-minicart__qty_color: #fff; | |||
| 170 | @header-type3-minicart-qty__height: 24px; | 170 | @header-type3-minicart-qty__height: 24px; | |||
| 171 | @header-type4-minicart__background_color: #fff; | 171 | @header-type4-minicart__background_color: #fff; | |||
| 172 | @header-type4-minicart__icon_color: #777; | 172 | @header-type4-minicart__icon_color: #777; | |||
| 173 | @header-type4-minicart__qty_color: #777; | 173 | @header-type4-minicart__qty_color: #777; | |||
| 174 | @header-type4-minicart-qty__height: 24px; | 174 | @header-type4-minicart-qty__height: 24px; | |||
| 175 | @header-type5-minicart__icon_color: #08c; | 175 | @header-type5-minicart__icon_color: #08c; | |||
| 176 | @header-type5-minicart__qty_color: #08c; | 176 | @header-type5-minicart__qty_color: #08c; | |||
| 177 | @header-type6-minicart__icon_color: #08c; | 177 | @header-type6-minicart__icon_color: #08c; | |||
| 178 | @header-type6-minicart__qty_color: #fff; | 178 | @header-type6-minicart__qty_color: #fff; | |||
| 179 | 179 | |||||
| 180 | @minicart__icon_color: @header-type1-minicart__icon_color; | 180 | @minicart__icon_color: @header-type1-minicart__icon_color; | |||
| 181 | @minicart__qty_color: @header-type1-minicart__qty_color; | 181 | @minicart__qty_color: @header-type1-minicart__qty_color; | |||
| 182 | @minicart-qty__height: @header-type1-minicart-qty__height; | 182 | @minicart-qty__height: @header-type1-minicart-qty__height; | |||
| 183 | 183 | |||||
| 184 | // Navigation | 184 | // Navigation | |||
| 185 | 185 | |||||
| 186 | @navigation__background: transparent; | 186 | @navigation__background: transparent; | |||
| 187 | @mobile_navigation__background: #f6f6f6; | 187 | @mobile_navigation__background: #f6f6f6; | |||
| 188 | @mobile_navigation__font-color: #777; | 188 | @mobile_navigation__font-color: #777; | |||
| 189 | @mobile_navigation__border-color: #ddd; | 189 | @mobile_navigation__border-color: #ddd; | |||
| 190 | @mobile_navigation_submenu__font-color: #777; | 190 | @mobile_navigation_submenu__font-color: #777; | |||
| 191 | @mobile_navigation_opened_submenu__background-color : #eee; | 191 | @mobile_navigation_opened_submenu__background-color : #eee; | |||
| 192 | @mobile_navigation_opened_submenu-item_icon-color: #aaa; | 192 | @mobile_navigation_opened_submenu-item_icon-color: #aaa; | |||
| 193 | @mobile_navigation-tab__background: @theme-color; | 193 | @mobile_navigation-tab__background: @theme-color; | |||
| 194 | @mobile_navigation-tab__font-color: #fff; | 194 | @mobile_navigation-tab__font-color: #fff; | |||
| 195 | @mobile_navigation-tab-active__font-color: @theme-color; | 195 | @mobile_navigation-tab-active__font-color: @theme-color; | |||
| 196 | 196 | |||||
| 197 | // Breadcrumbs | 197 | // Breadcrumbs | |||
| 198 | @breadcrumbs__font-size: 1em; | 198 | @breadcrumbs__font-size: 1em; | |||
| 199 | @breadcrumbs__container-margin: 0; | 199 | @breadcrumbs__container-margin: 0; | |||
| 200 | @breadcrumbs__padding: 12px 0; | 200 | @breadcrumbs__padding: 12px 0; | |||
| 201 | @breadcrumbs-icon__font-color: inherit; | 201 | @breadcrumbs-icon__font-color: inherit; | |||
| 202 | @breadcrumbs-icon__font-vertical-align: middle; | 202 | @breadcrumbs-icon__font-vertical-align: middle; | |||
| 203 | 203 | |||||
| 204 | @breadcrumbs__background-color: #171717; | 204 | @breadcrumbs__background-color: #171717; | |||
| 205 | @breadcrumbs__font-color: #fff; | 205 | @breadcrumbs__font-color: #fff; | |||
| 206 | 206 | |||||
| 207 | // Footer | 207 | // Footer | |||
| 208 | @footer-middle_background-color: #121214; | 208 | @footer-middle_background-color: #121214; | |||
| 209 | @footer-middle_font-color: #777; | 209 | @footer-middle_font-color: #777; | |||
| 210 | @footer-middle-block-title_font-color: #fff; | 210 | @footer-middle-block-title_font-color: #fff; | |||
| 211 | @footer-middle-link_font-color: #fff; | 211 | @footer-middle-link_font-color: #fff; | |||
| 212 | @footer-middle-icon_font-color: #777; | 212 | @footer-middle-icon_font-color: #777; | |||
| 213 | @footer-middle-newsletter-input_background-color: #dcdcdc; | 213 | @footer-middle-newsletter-input_background-color: #dcdcdc; | |||
| 214 | 214 | |||||
| 215 | @footer-bottom_background-color: #0c0c0c; | 215 | @footer-bottom_background-color: #0c0c0c; | |||
| 216 | 216 | |||||
| 217 | @footer-ribbon_background-color: @theme-color; | 217 | @footer-ribbon_background-color: @theme-color; | |||
| 218 | @footer-ribbon_font-color: #fff; | 218 | @footer-ribbon_font-color: #fff; | |||
| 219 | 219 | |||||
| 220 | // Category | 220 | // Category | |||
| 221 | @product-info-price: #222529; | 221 | @product-info-price: #222529; | |||
| 222 | @product-info-old-price: #a7a7a7; | 222 | @product-info-old-price: #a7a7a7; | |||
| 223 | @cart-price-color: #222529; | 223 | @cart-price-color: #222529; | |||
| 224 | // Toolbar | 224 | // Toolbar | |||
| 225 | @toolbar-element-background: #fff; | 225 | @toolbar-element-background: #fff; | |||
| 226 | @toolbar-mode-icon-font-size: 12px; | 226 | @toolbar-mode-icon-font-size: 12px; | |||
| 227 | 227 | |||||
| 228 | // Product | 228 | // Product | |||
| 229 | @product-view-product-info-price: #222529; | 229 | @product-view-product-info-price: #222529; | |||
| 230 | @product-view-product-info-old-price: #a7a7a7; | 230 | @product-view-product-info-old-price: #a7a7a7; | |||
| 231 | @product-info-page-title: #222529; | 231 | @product-info-page-title: #222529; | |||
| 232 | @product-reviews-summary-links: #bdbdbd; | 232 | @product-reviews-summary-links: #bdbdbd; | |||
| 233 | @tab-control__border-color: #eee; | 233 | @tab-control__border-color: #eee; | |||
| 234 | 234 | |||||
| 235 | // Addtolinks | 235 | // Addtolinks | |||
| 236 | @addto-wishlist-icon: #ed4949; | 236 | @addto-wishlist-icon: #ed4949; | |||
| 237 | @addto-compare-icon: #52b9b5; | 237 | @addto-compare-icon: #52b9b5; | |||
| 238 | @mailto-friend-icon: #999; | 238 | @mailto-friend-icon: #999; | |||
| 239 | 239 | |||||
| 240 | // | 240 | // | |||
| 241 | // Pager | 241 | // Pager | |||
| 242 | // --------------------------------------------- | 242 | // --------------------------------------------- | |||
| 243 | 243 | |||||
| 244 | @pager__font-weight: @font-weight__regular; | 244 | @pager__font-weight: @font-weight__regular; | |||
| 245 | @pager__line-height: @indent__l; | 245 | @pager__line-height: @indent__l; | |||
| 246 | @pager-item__margin: 0 5px 0 0; | 246 | @pager-item__margin: 0 5px 0 0; | |||
| 247 | @pager-item__padding: 0 @indent__xs; | 247 | @pager-item__padding: 0 @indent__xs; | |||
| 248 | 248 | |||||
| 249 | // Pager link.action | 249 | // Pager link.action | |||
| 250 | @pager-action__background: #fff; | 250 | @pager-action__background: #fff; | |||
| 251 | @pager-action__border: 1px solid #ccc; | 251 | @pager-action__border: 1px solid #ccc; | |||
| 252 | @pager-action__color: #999; | 252 | @pager-action__color: #999; | |||
| 253 | 253 | |||||
| 254 | @pager-action__hover__color: #fff; | 254 | @pager-action__hover__color: #fff; | |||
| 255 | @pager-action__hover__border: 1px solid @theme-color; | 255 | @pager-action__hover__border: 1px solid @theme-color; | |||
| 256 | @pager-action__hover__background: @theme-color; | 256 | @pager-action__hover__background: @theme-color; | |||
| 257 | @pager-icon__font-margin: 0; | 257 | @pager-icon__font-margin: 0; | |||
| 258 | @pager-icon__font-size: 16px; | 258 | @pager-icon__font-size: 16px; | |||
| 259 | 259 | |||||
| 260 | // Pager link.action active | 260 | // Pager link.action active | |||
| 261 | @pager-action__active__color: #fff; | 261 | @pager-action__active__color: #fff; | |||
| 262 | @pager__active__color: #fff; | 262 | @pager__active__color: #fff; | |||
| 263 | 263 | |||||
| 264 | @pager__background: #fff; | 264 | @pager__background: #fff; | |||
| 265 | @pager__border: 1px solid #ccc; | 265 | @pager__border: 1px solid #ccc; | |||
| 266 | @pager__hover__background: @theme-color; | 266 | @pager__hover__background: @theme-color; | |||
| 267 | @pager__hover__color: #fff; | 267 | @pager__hover__color: #fff; | |||
| 268 | @pager__hover__border: 1px solid @theme-color; | 268 | @pager__hover__border: 1px solid @theme-color; | |||
| 269 | @pager-current__color: #fff; | 269 | @pager-current__color: #fff; | |||
| 270 | @pager-current__background: @theme-color; | 270 | @pager-current__background: @theme-color; | |||
| 271 | @pager-current__border: 1px solid @theme-color; | 271 | @pager-current__border: 1px solid @theme-color; | |||
| 272 | @pager-current__font-weight: 400; | 272 | @pager-current__font-weight: 400; | |||
| 273 | @pager__font-size: 1em; | 273 | @pager__font-size: 1em; | |||
| 274 | @pager__line-height: 24px; | 274 | @pager__line-height: 24px; | |||
| 275 | 275 | |||||
| 276 | // | 276 | // | |||
| 277 | // Rating | 277 | // Rating | |||
| 278 | // --------------------------------------------- | 278 | // --------------------------------------------- | |||
| 279 | 279 | |||||
| 280 | @rating-icon__font-size: 16px; | 280 | @rating-icon__font-size: 16px; | |||
| 281 | @rating-icon__letter-spacing: 2px; | 281 | @rating-icon__letter-spacing: 2px; | |||
| 282 | @rating-icon__color: #c3c5c9; | 282 | @rating-icon__color: #c3c5c9; | |||
| 283 | @rating-icon__active__color: #ffc600; | 283 | @rating-icon__active__color: #ffc600; | |||
| 284 | 284 | |||||
| 285 | // Color nesting | 285 | // Color nesting | |||
| 286 | @color-gray80: #e7e7e7; | 286 | @color-gray80: #e7e7e7; | |||
| 287 | @panel__background-color: @color-gray-light0; | 287 | @panel__background-color: @color-gray-light0; | |||
| 288 | @border-color__base: @color-gray80; | 288 | @border-color__base: @color-gray80; | |||
| 289 | 289 | |||||
| 290 | // Headings | 290 | // Headings | |||
| 291 | @h3__font-weight: @font-weight__semibold; | 291 | @h3__font-weight: @font-weight__semibold; | |||
| 292 | @h3__margin-top: @indent__base; | 292 | @h3__margin-top: @indent__base; | |||
| 293 | 293 | |||||
| 294 | // | 294 | // | |||
| 295 | // Tables | 295 | // Tables | |||
| 296 | // --------------------------------------------- | 296 | // --------------------------------------------- | |||
| 297 | 297 | |||||
| 298 | @table-cell__padding-vertical: 11px; | 298 | @table-cell__padding-vertical: 11px; | |||
| 299 | @table-cell-stripped__background-color: @table-cell__hover__background-color; | 299 | @table-cell-stripped__background-color: @table-cell__hover__background-color; | |||
| 300 | @table-responsive-th__background-color: @table-cell-stripped__background-color; | 300 | @table-responsive-th__background-color: @table-cell-stripped__background-color; | |||
| 301 | @table-responsive-cell__padding: @indent__xs @indent__s; | 301 | @table-responsive-cell__padding: @indent__xs @indent__s; | |||
| 302 | 302 | |||||
| 303 | 303 | |||||
| 304 | // Tabs | 304 | // Tabs | |||
| 305 | @tab-control__font-weight: @font-weight__regular; | 305 | @tab-control__font-weight: @font-weight__regular; | |||
| 306 | @tab-control__height: @indent__base*2; | 306 | @tab-control__height: @indent__base*2; | |||
| 307 | @tab-control__margin-right: -1px; | 307 | @tab-control__margin-right: -1px; | |||
| 308 | @tab-control__padding-top: 1px; | 308 | @tab-control__padding-top: 1px; | |||
| 309 | @tab-control__padding-right: 35px; | 309 | @tab-control__padding-right: 35px; | |||
| 310 | 310 | |||||
| 311 | // Tabs content | 311 | // Tabs content | |||
| 312 | @tab-content__padding-top: 35px; | 312 | @tab-content__padding-top: 35px; | |||
| 313 | @tab-content__padding-right: @tab-control__padding-right; | 313 | @tab-content__padding-right: @tab-control__padding-right; | |||
| 314 | 314 | |||||
| 315 | // | 315 | // | |||
| 316 | // Accordion | 316 | // Accordion | |||
| 317 | // --------------------------------------------- | 317 | // --------------------------------------------- | |||
| 318 | 318 | |||||
| 319 | @accordion-control__font-family: false; | 319 | @accordion-control__font-family: false; | |||
| 320 | @accordion-control__font-size: @font-size__base; | 320 | @accordion-control__font-size: @font-size__base; | |||
| 321 | @accordion-control__font-style: false; | 321 | @accordion-control__font-style: false; | |||
| 322 | @accordion-control__font-weight: @font-weight__semibold; | 322 | @accordion-control__font-weight: @font-weight__semibold; | |||
| 323 | @accordion-control__border-right: false; | 323 | @accordion-control__border-right: false; | |||
| 324 | @accordion-control__border-bottom: false; | 324 | @accordion-control__border-bottom: false; | |||
| 325 | @accordion-control__border-left: false; | 325 | @accordion-control__border-left: false; | |||
| 326 | @accordion-control__background-color: false; | 326 | @accordion-control__background-color: false; | |||
| 327 | @accordion-control__color: @primary__color; | 327 | @accordion-control__color: @primary__color; | |||
| 328 | @accordion-control__hover__background-color: false; | 328 | @accordion-control__hover__background-color: false; | |||
| 329 | @accordion-control__hover__color: @accordion-control__color; | 329 | @accordion-control__hover__color: @accordion-control__color; | |||
| 330 | @accordion-control__active__background-color: false; | 330 | @accordion-control__active__background-color: false; | |||
| 331 | @accordion-control__active__color: @accordion-control__color; | 331 | @accordion-control__active__color: @accordion-control__color; | |||
| 332 | @accordion-control__margin-bottom: 0; | 332 | @accordion-control__margin-bottom: 0; | |||
| 333 | @accordion-control__padding-right: @indent__s; | 333 | @accordion-control__padding-right: @indent__s; | |||
| 334 | @accordion-control__padding-left: @indent__s; | 334 | @accordion-control__padding-left: @indent__s; | |||
| 335 | @accordion-content__border: false; | 335 | @accordion-content__border: false; | |||
| 336 | @accordion-content__margin: 0; | 336 | @accordion-content__margin: 0; | |||
| 337 | @accordion-content__padding: @indent__s @indent__s @indent__l; | 337 | @accordion-content__padding: @indent__s @indent__s @indent__l; | |||
| 338 | 338 | |||||
| 339 | // | 339 | // | |||
| 340 | // Buttons | 340 | // Buttons | |||
| 341 | // --------------------------------------------- | 341 | // --------------------------------------------- | |||
| 342 | 342 | |||||
| 343 | @button__font-weight: @font-weight__semibold; | 343 | @button__font-weight: @font-weight__semibold; | |||
| 344 | 344 | |||||
| 345 | // Default = secondary button | 345 | // Default = secondary button | |||
| 346 | @button__background: @color-gray-darken0; | 346 | @button__background: @color-gray-darken0; | |||
| 347 | @button__border: 1px solid @border-color__base; | 347 | @button__border: 1px solid @border-color__base; | |||
| 348 | @button__hover__color: @button__color; | 348 | @button__hover__color: @button__color; | |||
| 349 | @button__hover__background: darken(@button__background, 5%); | 349 | @button__hover__background: darken(@button__background, 5%); | |||
| 350 | @button__active__background: @color-gray-darken1; | 350 | @button__active__background: @color-gray-darken1; | |||
| 351 | 351 | |||||
| 352 | // Primary button | 352 | // Primary button | |||
| 353 | @button-primary__hover__color: @color-white; | 353 | @button-primary__hover__color: @color-white; | |||
| 354 | @button-primary__active__background: @link__hover__color; | 354 | @button-primary__active__background: @link__hover__color; | |||
| 355 | @button-primary__active__border: 1px solid @link__hover__color; | 355 | @button-primary__active__border: 1px solid @link__hover__color; | |||
| 356 | @button-primary__active__color: @color-white; | 356 | @button-primary__active__color: @color-white; | |||
| 357 | 357 | |||||
| 358 | // Button with icon | 358 | // Button with icon | |||
| 359 | @button-icon__line-height: @icon-font__line-height; | 359 | @button-icon__line-height: @icon-font__line-height; | |||
| 360 | 360 | |||||
| 361 | // | 361 | // | |||
| 362 | // Icons | 362 | // Icons | |||
| 363 | // --------------------------------------------- | 363 | // --------------------------------------------- | |||
| 364 | 364 | |||||
| 365 | @icon-wishlist-empty: false; | 365 | @icon-wishlist-empty: false; | |||
| 366 | @icon-comment-reflected: false; | 366 | @icon-comment-reflected: false; | |||
| 367 | @icon-compare-empty: false; | 367 | @icon-compare-empty: false; | |||
| 368 | @icon-arrow-up-thin: false; | 368 | @icon-arrow-up-thin: false; | |||
| 369 | @icon-arrow-right-thin: false; | 369 | @icon-arrow-right-thin: false; | |||
| 370 | @icon-arrow-left-thin: false; | 370 | @icon-arrow-left-thin: false; | |||
| 371 | @icon-arrow-down-thin: false; | 371 | @icon-arrow-down-thin: false; | |||
| 372 | @icon-wishlist-empty: '\e601'; | 372 | @icon-wishlist-empty: '\e601'; | |||
| 373 | 373 | |||||
| 374 | // | 374 | // | |||
| 375 | // Messages | 375 | // Messages | |||
| 376 | // --------------------------------------------- | 376 | // --------------------------------------------- | |||
| 377 | 377 | |||||
| 378 | @message__padding: 12px @indent__base 12px @indent__m; | 378 | @message__padding: 12px @indent__base 12px @indent__m; | |||
| 379 | @message__line-height: false; | 379 | @message__line-height: false; | |||
| 380 | @message-icon__font-size: 24px; | 380 | @message-icon__font-size: 24px; | |||
| 381 | @message-icon__inner-padding-left: 45px; | 381 | @message-icon__inner-padding-left: 45px; | |||
| 382 | @message-icon__top: 22px; | 382 | @message-icon__top: 22px; | |||
| 383 | @message-error-icon: @icon-error; | 383 | @message-error-icon: @icon-error; | |||
| 384 | @message-success-icon: @icon-success; | 384 | @message-success-icon: @icon-success; | |||
| 385 | 385 | |||||
| 386 | // | 386 | // | |||
| 387 | // Loaders | 387 | // Loaders | |||
| 388 | // --------------------------------------------- | 388 | // --------------------------------------------- | |||
| 389 | 389 | |||||
| 390 | @loader-overlay__background-color: rgba(255, 255, 255, .7); | 390 | @loader-overlay__background-color: rgba(255, 255, 255, .7); | |||
| 391 | 391 | |||||
| 392 | // | 392 | // | |||
| 393 | // Forms | 393 | // Forms | |||
| 394 | // --------------------------------------------- | 394 | // --------------------------------------------- | |||
| 395 | 395 | |||||
| 396 | // Form fieldset | 396 | // Form fieldset | |||
| 397 | @form-fieldset-legend__font-size: 18px; | 397 | @form-fieldset-legend__font-size: 18px; | |||
| 398 | @form-fieldset-legend__font-weight: @font-weight__light; | 398 | @form-fieldset-legend__font-weight: @font-weight__light; | |||
| 399 | @form-fieldset-legend__margin: 0 0 @indent__base; | 399 | @form-fieldset-legend__margin: 0 0 @indent__base; | |||
| 400 | @form-fieldset-legend__padding: 0 0 @indent__s; | 400 | @form-fieldset-legend__padding: 0 0 @indent__s; | |||
| 401 | @form-fieldset-legend__width: 100%; | 401 | @form-fieldset-legend__width: 100%; | |||
| 402 | 402 | |||||
| 403 | // Form field | 403 | // Form field | |||
| 404 | @form-field-type-revert: false; | 404 | @form-field-type-revert: false; | |||
| 405 | @form-field__additional-vertical-indent: @indent__s; | 405 | @form-field__additional-vertical-indent: @indent__s; | |||
| 406 | 406 | |||||
| 407 | // Form field label | 407 | // Form field label | |||
| 408 | @form-field-label__font-size: 14px; | 408 | @form-field-label__font-size: 14px; | |||
| 409 | @form-field-label__font-weight: 400; | 409 | @form-field-label__font-weight: 400; | |||
| 410 | @form-field-type-label-block__margin: 0 0 8px; | 410 | @form-field-type-label-block__margin: 0 0 8px; | |||
| 411 | 411 | |||||
| 412 | // Form field note icon | 412 | // Form field note icon | |||
| 413 | @form-field-note-icon-font__content: false; | 413 | @form-field-note-icon-font__content: false; | |||
| 414 | 414 | |||||
| 415 | // | 415 | // | |||
| 416 | // Dropdowns | 416 | // Dropdowns | |||
| 417 | // --------------------------------------------- | 417 | // --------------------------------------------- | |||
| 418 | 418 | |||||
| 419 | @dropdown-toggle-icon__content: @icon-down; | 419 | @dropdown-toggle-icon__content: @icon-down; | |||
| 420 | @dropdown-toggle-icon__active__content: @icon-up; | 420 | @dropdown-toggle-icon__active__content: @icon-up; | |||
| 421 | @dropdown-toggle-icon__font-size: 12px; | 421 | @dropdown-toggle-icon__font-size: 12px; | |||
| 422 | 422 | |||||
| 423 | // Split dropdown | 423 | // Split dropdown | |||
| 424 | @dropdown-split-actions__padding: 0 @indent__xs; | 424 | @dropdown-split-actions__padding: 0 @indent__xs; | |||
| 425 | @dropdown-split-toggle__actions__padding: false; | 425 | @dropdown-split-toggle__actions__padding: false; | |||
| 426 | 426 | |||||
| 427 | // Actions-toolbar | 427 | // Actions-toolbar | |||
| 428 | @actions-toolbar-actions__position: left; | 428 | @actions-toolbar-actions__position: left; | |||
| 429 | @actions-toolbar-actions-primary__margin: 0 15px 0 0; | 429 | @actions-toolbar-actions-primary__margin: 0 15px 0 0; | |||
| 430 | 430 | |||||
| 431 | // | 431 | // | |||
| 432 | // Breadcrumbs | 432 | // Breadcrumbs | |||
| 433 | // --------------------------------------------- | 433 | // --------------------------------------------- | |||
| 434 | 434 | |||||
| 435 | @breadcrumbs__container-margin: 0 0 15px; | 435 | @breadcrumbs__container-margin: 0 0 15px; | |||
| 436 | @breadcrumbs-icon__font-size: 10px; | 436 | @breadcrumbs-icon__font-size: 10px; | |||
| 437 | @breadcrumbs-icon__font-margin: 0 @indent__s; | 437 | @breadcrumbs-icon__font-margin: 0 @indent__s; | |||
| 438 | 438 | |||||
| 439 | // | 439 | // | |||
| 440 | // Popups | 440 | // Popups | |||
| 441 | // --------------------------------------------- | 441 | // --------------------------------------------- | |||
| 442 | 442 | |||||
| 443 | @popup__border: 1px solid @color-gray68; | 443 | @popup__border: 1px solid @color-gray68; | |||
| 444 | @popup-title-headings__level: h2; | 444 | @popup-title-headings__level: h2; | |||
| 445 | 445 | |||||
| 446 | // Popup icons | 446 | // Popup icons | |||
| 447 | @popup-icon-font__size: 16px; | 447 | @popup-icon-font__size: 16px; | |||
| 448 | @popup-icon-font__line-height: 16px; | 448 | @popup-icon-font__line-height: 16px; | |||
| 449 | @popup-icon-font__color: @color-gray55; | 449 | @popup-icon-font__color: @color-gray55; | |||
| 450 | @popup-icon-font__color-hover: darken(@popup-icon-font__color, 10%); | 450 | @popup-icon-font__color-hover: darken(@popup-icon-font__color, 10%); | |||
| 451 | @popup-icon-font__color-active: @popup-icon-font__color-hover; | 451 | @popup-icon-font__color-active: @popup-icon-font__color-hover; | |||
| 452 | 452 | |||||
| 453 | // Window overlay | 453 | // Window overlay | |||
| 454 | @overlay__background: @color-gray55; | 454 | @overlay__background: @color-gray55; | |||
| 455 | @overlay__opacity: .7; | 455 | @overlay__opacity: .7; | |||
| 456 | @overlay__opacity-old: 70; | 456 | @overlay__opacity-old: 70; | |||
| 457 | 457 | |||||
| 458 | @gallery-thumb-border-color-active: @active__color; | 458 | @gallery-thumb-border-color-active: @active__color; | |||
| 459 | 459 | |||||
| 460 | // Modal popup | 460 | // Modal popup | |||
| 461 | @modal-action-close__font-size: @font-size__base; | 461 | @modal-action-close__font-size: @font-size__base; | |||
| 462 | 462 | |||||
| 463 | // Checkout tooltip icon | 463 | // Checkout tooltip icon | |||
| 464 | @checkout-tooltip-icon__font-size: 21px; | 464 | @checkout-tooltip-icon__font-size: 21px; | |||
| 465 | 465 | |||||
| 466 | // Checkout Payment Option icon | 466 | // Checkout Payment Option icon | |||
| 467 | @checkout-payment-option-title-icon__font-size: 14px; | 467 | @checkout-payment-option-title-icon__font-size: 14px; | |||
| 468 | @checkout-payment-option-title-icon__line-height: 16px; | 468 | @checkout-payment-option-title-icon__line-height: 16px; | |||
| 469 | @checkout-payment-option-title-icon__margin: 0 0 0 @indent__s; | 469 | @checkout-payment-option-title-icon__margin: 0 0 0 @indent__s; | |||
| 470 | 470 | |||||
| 471 | // Checkout Sidebar Shipping Information | 471 | // Checkout Sidebar Shipping Information | |||
| 472 | @checkout-sidebar-shipping-information-edit-icon__content: @icon-edit; | 472 | @checkout-sidebar-shipping-information-edit-icon__content: @icon-edit; | |||
| 473 | @checkout-sidebar-shipping-information-edit-icon__font-size: 18px; | 473 | @checkout-sidebar-shipping-information-edit-icon__font-size: 18px; | |||
| 474 | @checkout-sidebar-shipping-information-edit-icon__line-height: 20px; | 474 | @checkout-sidebar-shipping-information-edit-icon__line-height: 20px; | |||
| 475 | @checkout-sidebar-shipping-information-edit-icon__top: @indent__s; | 475 | @checkout-sidebar-shipping-information-edit-icon__top: @indent__s; | |||
| 476 | 476 | |||||
| 477 | // Checkout | 477 | // Checkout | |||
| 478 | @checkout-sidebar__columns: 8; | 478 | @checkout-sidebar__columns: 8; |
Araxis Merge (but not the data content of this report) is Copyright © 1993–2019 Araxis Ltd (www.araxis.com). All rights reserved.